From: liushuyu Date: Wed, 6 Sep 2023 19:23:24 +0000 (-0600) Subject: [PATCH] Remove Windows dependencies X-Git-Tag: archive/raspbian/1.72.1+dfsg1-1+rpi1~1^2^2~2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=f4c87f043c9f010542f7fc43825ae1cd9c7b333e;p=rustc.git [PATCH] Remove Windows dependencies Gbp-Pq: Name d-0021-vendor-remove-windows-dependencies.patch --- diff --git a/vendor/anstream/Cargo.toml b/vendor/anstream/Cargo.toml index eb049069ce..78876aa886 100644 --- a/vendor/anstream/Cargo.toml +++ b/vendor/anstream/Cargo.toml @@ -137,8 +137,5 @@ default = [ "auto", "wincon", ] -wincon = ["dep:anstyle-wincon"] +wincon = [] -[target."cfg(windows)".dependencies.anstyle-wincon] -version = "0.2.0" -optional = true diff --git a/vendor/atty/Cargo.toml b/vendor/atty/Cargo.toml index d6bf2d03b3..7cebc3161e 100644 --- a/vendor/atty/Cargo.toml +++ b/vendor/atty/Cargo.toml @@ -27,8 +27,5 @@ version = "0.1.6" [target."cfg(unix)".dependencies.libc] version = "0.2" default-features = false -[target."cfg(windows)".dependencies.winapi] -version = "0.3" -features = ["consoleapi", "processenv", "minwinbase", "minwindef", "winbase"] [badges.travis-ci] repository = "softprops/atty" diff --git a/vendor/backtrace/Cargo.toml b/vendor/backtrace/Cargo.toml index 96f41466ba..348d0f9de9 100644 --- a/vendor/backtrace/Cargo.toml +++ b/vendor/backtrace/Cargo.toml @@ -127,18 +127,4 @@ serialize-serde = ["serde"] std = [] unix-backtrace = [] verify-winapi = [ - "winapi/dbghelp", - "winapi/handleapi", - "winapi/libloaderapi", - "winapi/memoryapi", - "winapi/minwindef", - "winapi/processthreadsapi", - "winapi/synchapi", - "winapi/tlhelp32", - "winapi/winbase", - "winapi/winnt", ] - -[target."cfg(windows)".dependencies.winapi] -version = "0.3.9" -optional = true diff --git a/vendor/chrono/Cargo.toml b/vendor/chrono/Cargo.toml index 2d3e764337..9c5fdfe202 100644 --- a/vendor/chrono/Cargo.toml +++ b/vendor/chrono/Cargo.toml @@ -93,7 +93,7 @@ version = "1" __doctest = [] __internal_bench = [] alloc = [] -clock = ["libc", "std", "winapi"] +clock = ["libc", "std"] default = ["clock", "std", "oldtime"] oldtime = ["time"] std = [] @@ -108,10 +108,6 @@ version = "0.2" optional = true [target."cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))".dev-dependencies.wasm-bindgen-test] version = "0.3" -[target."cfg(windows)".dependencies.winapi] -version = "0.3.0" -features = ["std", "minwinbase", "minwindef", "timezoneapi"] -optional = true [badges.appveyor] repository = "chronotope/chrono" diff --git a/vendor/colored/Cargo.toml b/vendor/colored/Cargo.toml index 3a6b59be6b..065eecbe7b 100644 --- a/vendor/colored/Cargo.toml +++ b/vendor/colored/Cargo.toml @@ -33,7 +33,3 @@ version = "=1.0.0-beta.3" [features] no-color = [] -[target."cfg(windows)".dependencies.winapi] -version = "0.3" -features = ["consoleapi", "processenv", "winbase"] -default-features = false diff --git a/vendor/compiletest_rs/Cargo.toml b/vendor/compiletest_rs/Cargo.toml index f56e4d712c..bc79aa57b7 100644 --- a/vendor/compiletest_rs/Cargo.toml +++ b/vendor/compiletest_rs/Cargo.toml @@ -74,10 +74,3 @@ tmp = ["tempfile"] [target."cfg(unix)".dependencies.libc] version = "0.2" - -[target."cfg(windows)".dependencies.miow] -version = "0.3" - -[target."cfg(windows)".dependencies.winapi] -version = "0.3" -features = ["winerror"] diff --git a/vendor/concolor-query/Cargo.toml b/vendor/concolor-query/Cargo.toml index a25ce8919c..c578c4c97a 100644 --- a/vendor/concolor-query/Cargo.toml +++ b/vendor/concolor-query/Cargo.toml @@ -33,10 +33,3 @@ keywords = [ categories = ["command-line-interface"] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-cli/concolor" - -[target."cfg(windows)".dependencies.windows-sys] -version = "0.45.0" -features = [ - "Win32_System_Console", - "Win32_Foundation", -] diff --git a/vendor/concolor/Cargo.toml b/vendor/concolor/Cargo.toml index 617c3e27c3..cccb0141d0 100644 --- a/vendor/concolor/Cargo.toml +++ b/vendor/concolor/Cargo.toml @@ -59,7 +59,6 @@ auto = [ "clicolor", "no_color", "term", - "windows", ] clicolor = [ "core", @@ -82,7 +81,3 @@ term = [ "core", "concolor-query", ] -windows = [ - "core", - "concolor-query/windows", -] diff --git a/vendor/curl-sys/Cargo.toml b/vendor/curl-sys/Cargo.toml index 04b98009d7..cad06fecf0 100644 --- a/vendor/curl-sys/Cargo.toml +++ b/vendor/curl-sys/Cargo.toml @@ -63,7 +63,6 @@ ssl = ["openssl-sys"] static-curl = [] static-ssl = ["openssl-sys/vendored"] upkeep_7_62_0 = [] -windows-static-ssl = [] zlib-ng-compat = [ "libz-sys/zlib-ng", "static-curl", @@ -73,16 +72,6 @@ zlib-ng-compat = [ version = "0.9" optional = true -[target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg] -version = "0.2" - -[target."cfg(windows)".dependencies.winapi] -version = "0.3" -features = [ - "winsock2", - "ws2def", -] - [badges.appveyor] repository = "alexcrichton/curl-rust" diff --git a/vendor/curl/Cargo.toml b/vendor/curl/Cargo.toml index bfb59f4575..d9f6854aff 100644 --- a/vendor/curl/Cargo.toml +++ b/vendor/curl/Cargo.toml @@ -107,16 +107,6 @@ optional = true version = "0.9.43" optional = true -[target."cfg(target_env = \"msvc\")".dependencies.schannel] -version = "0.1.13" - -[target."cfg(target_env = \"msvc\")".dependencies.winapi] -version = "0.3" -features = [ - "libloaderapi", - "wincrypt", -] - [badges.appveyor] repository = "alexcrichton/curl-rust" diff --git a/vendor/dirs-sys-next/Cargo.toml b/vendor/dirs-sys-next/Cargo.toml index e9d8d0ca99..acb2eb7dc5 100644 --- a/vendor/dirs-sys-next/Cargo.toml +++ b/vendor/dirs-sys-next/Cargo.toml @@ -25,8 +25,5 @@ version = "0.4.0" default-features = false [target."cfg(unix)".dependencies.libc] version = "0.2" -[target."cfg(windows)".dependencies.winapi] -version = "0.3" -features = ["knownfolders", "objbase", "shlobj", "winbase", "winerror"] [badges.maintenance] status = "as-is" diff --git a/vendor/dirs-sys/Cargo.toml b/vendor/dirs-sys/Cargo.toml index 6c4100798f..4d79134b15 100644 --- a/vendor/dirs-sys/Cargo.toml +++ b/vendor/dirs-sys/Cargo.toml @@ -23,6 +23,3 @@ version = "0.4" default-features = false [target."cfg(unix)".dependencies.libc] version = "0.2" -[target."cfg(windows)".dependencies.winapi] -version = "0.3" -features = ["knownfolders", "objbase", "shlobj", "winbase", "winerror"] diff --git a/vendor/errno-0.2.8/Cargo.toml b/vendor/errno-0.2.8/Cargo.toml index 2349617b0e..21a9019d60 100644 --- a/vendor/errno-0.2.8/Cargo.toml +++ b/vendor/errno-0.2.8/Cargo.toml @@ -30,6 +30,3 @@ version = "0.2" version = "0.2" [target."cfg(unix)".dependencies.libc] version = "0.2" -[target."cfg(windows)".dependencies.winapi] -version = "0.3" -features = ["errhandlingapi", "minwindef", "ntdef", "winbase"] diff --git a/vendor/errno/Cargo.toml b/vendor/errno/Cargo.toml index 98668cb9b8..7e662972c8 100644 --- a/vendor/errno/Cargo.toml +++ b/vendor/errno/Cargo.toml @@ -40,10 +40,3 @@ version = "0.2" [target."cfg(unix)".dependencies.libc] version = "0.2" - -[target."cfg(windows)".dependencies.windows-sys] -version = "0.45" -features = [ - "Win32_Foundation", - "Win32_System_Diagnostics_Debug", -] diff --git a/vendor/fd-lock/Cargo.toml b/vendor/fd-lock/Cargo.toml index d995177bf8..b759d8710c 100644 --- a/vendor/fd-lock/Cargo.toml +++ b/vendor/fd-lock/Cargo.toml @@ -43,11 +43,3 @@ version = "3.0.8" [target."cfg(unix)".dependencies.rustix] version = "0.37.0" features = ["fs"] - -[target."cfg(windows)".dependencies.windows-sys] -version = "0.45.0" -features = [ - "Win32_Foundation", - "Win32_Storage_FileSystem", - "Win32_System_IO", -] diff --git a/vendor/filetime/Cargo.toml b/vendor/filetime/Cargo.toml index 1f34385b88..4b951cfa76 100644 --- a/vendor/filetime/Cargo.toml +++ b/vendor/filetime/Cargo.toml @@ -38,10 +38,3 @@ version = "0.2.9" [target."cfg(unix)".dependencies.libc] version = "0.2.27" - -[target."cfg(windows)".dependencies.windows-sys] -version = "0.45.0" -features = [ - "Win32_Foundation", - "Win32_Storage_FileSystem", -] diff --git a/vendor/gix-discover/Cargo.toml b/vendor/gix-discover/Cargo.toml index ad10f76789..74b91bc40d 100644 --- a/vendor/gix-discover/Cargo.toml +++ b/vendor/gix-discover/Cargo.toml @@ -60,6 +60,3 @@ version = "3.2.0" [target."cfg(target_os = \"macos\")".dev-dependencies.defer] version = "0.1.0" - -[target."cfg(windows)".dependencies.dunce] -version = "1.0.3" diff --git a/vendor/gix-sec/Cargo.toml b/vendor/gix-sec/Cargo.toml index 87c36e0c1f..bee7527386 100644 --- a/vendor/gix-sec/Cargo.toml +++ b/vendor/gix-sec/Cargo.toml @@ -64,13 +64,3 @@ version = "4" [target."cfg(windows)".dependencies.gix-path] version = "^0.7.1" - -[target."cfg(windows)".dependencies.windows] -version = "0.43.0" -features = [ - "Win32_Foundation", - "Win32_Security_Authorization", - "Win32_Storage_FileSystem", - "Win32_System_Memory", - "Win32_System_Threading", -] diff --git a/vendor/home/Cargo.toml b/vendor/home/Cargo.toml index 765a5f903e..3ee3342cf0 100644 --- a/vendor/home/Cargo.toml +++ b/vendor/home/Cargo.toml @@ -27,10 +27,3 @@ readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/brson/home" -[target."cfg(windows)".dependencies.winapi] -version = "0.3" -features = [ - "shlobj", - "std", - "winerror", -] diff --git a/vendor/ignore/Cargo.toml b/vendor/ignore/Cargo.toml index 5f823960a6..a601d12a91 100644 --- a/vendor/ignore/Cargo.toml +++ b/vendor/ignore/Cargo.toml @@ -57,5 +57,3 @@ version = "0.5.0" [features] simd-accel = ["globset/simd-accel"] -[target."cfg(windows)".dependencies.winapi-util] -version = "0.1.2" diff --git a/vendor/io-lifetimes/Cargo.toml b/vendor/io-lifetimes/Cargo.toml index 6d12b401b1..ad48bfdda3 100644 --- a/vendor/io-lifetimes/Cargo.toml +++ b/vendor/io-lifetimes/Cargo.toml @@ -43,7 +43,6 @@ optional = true close = [ "libc", "hermit-abi", - "windows-sys", ] default = ["close"] @@ -85,15 +84,3 @@ optional = true [target."cfg(target_os = \"hermit\")".dependencies.hermit-abi] version = "0.3" optional = true - -[target."cfg(windows)".dependencies.windows-sys] -version = "0.45.0" -features = [ - "Win32_Foundation", - "Win32_Storage_FileSystem", - "Win32_Networking_WinSock", - "Win32_Security", - "Win32_System_IO", - "Win32_System_Threading", -] -optional = true diff --git a/vendor/is-terminal/Cargo.toml b/vendor/is-terminal/Cargo.toml index 986cfed092..91caf7542c 100644 --- a/vendor/is-terminal/Cargo.toml +++ b/vendor/is-terminal/Cargo.toml @@ -53,14 +53,3 @@ features = ["termios"] [target."cfg(target_os = \"hermit\")".dependencies.hermit-abi] version = "0.3.0" - -[target."cfg(windows)".dependencies.windows-sys] -version = "0.45.0" -features = [ - "Win32_Foundation", - "Win32_Storage_FileSystem", - "Win32_System_Console", -] - -[target."cfg(windows)".dev-dependencies.tempfile] -version = "3" diff --git a/vendor/libloading/Cargo.toml b/vendor/libloading/Cargo.toml index 65168d5858..03df76421e 100644 --- a/vendor/libloading/Cargo.toml +++ b/vendor/libloading/Cargo.toml @@ -43,9 +43,3 @@ version = "1.1" [target."cfg(unix)".dependencies.cfg-if] version = "1" -[target."cfg(windows)".dependencies.winapi] -version = "0.3" -features = [ - "errhandlingapi", - "libloaderapi", -] diff --git a/vendor/libssh2-sys/Cargo.toml b/vendor/libssh2-sys/Cargo.toml index 45f4a714fb..365cd4ad95 100644 --- a/vendor/libssh2-sys/Cargo.toml +++ b/vendor/libssh2-sys/Cargo.toml @@ -47,9 +47,6 @@ openssl-on-win32 = ["openssl-sys"] vendored-openssl = ["openssl-sys/vendored"] zlib-ng-compat = ["libz-sys/zlib-ng"] -[target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg] -version = "0.2" - [target."cfg(unix)".dependencies.openssl-sys] version = "0.9.35" diff --git a/vendor/nu-ansi-term/Cargo.toml b/vendor/nu-ansi-term/Cargo.toml index 209e05511d..aa40f02f65 100644 --- a/vendor/nu-ansi-term/Cargo.toml +++ b/vendor/nu-ansi-term/Cargo.toml @@ -45,13 +45,3 @@ version = "1.0.39" [features] derive_serde_style = ["serde"] - -[target."cfg(target_os=\"windows\")".dependencies.winapi] -version = "0.3.4" -features = [ - "consoleapi", - "errhandlingapi", - "fileapi", - "handleapi", - "processenv", -] diff --git a/vendor/opener/Cargo.toml b/vendor/opener/Cargo.toml index bbc220c45e..a6d44859be 100644 --- a/vendor/opener/Cargo.toml +++ b/vendor/opener/Cargo.toml @@ -25,9 +25,6 @@ repository = "https://github.com/Seeker14491/opener" version = "0.9" [target."cfg(target_os = \"linux\")".dependencies.bstr] version = "0.2" -[target."cfg(windows)".dependencies.winapi] -version = "0.3" -features = ["shellapi"] [badges.appveyor] branch = "master" repository = "Seeker14491/opener" diff --git a/vendor/os_info/Cargo.toml b/vendor/os_info/Cargo.toml index a74fea76d1..c44c6b0546 100644 --- a/vendor/os_info/Cargo.toml +++ b/vendor/os_info/Cargo.toml @@ -48,17 +48,3 @@ version = "1" [features] default = ["serde"] -[target."cfg(windows)".dependencies.winapi] -version = "0.3.8" -features = [ - "minwindef", - "ntdef", - "ntstatus", - "sysinfoapi", - "winnt", - "winuser", - "libloaderapi", - "processthreadsapi", - "winerror", - "winreg", -] diff --git a/vendor/parking_lot_core-0.8.6/Cargo.toml b/vendor/parking_lot_core-0.8.6/Cargo.toml index 6981516440..9fb8bd269c 100644 --- a/vendor/parking_lot_core-0.8.6/Cargo.toml +++ b/vendor/parking_lot_core-0.8.6/Cargo.toml @@ -60,15 +60,3 @@ version = "0.2.8" [target."cfg(unix)".dependencies.libc] version = "0.2.95" - -[target."cfg(windows)".dependencies.winapi] -version = "0.3.9" -features = [ - "winnt", - "ntstatus", - "minwindef", - "winerror", - "winbase", - "errhandlingapi", - "handleapi", -] diff --git a/vendor/parking_lot_core/Cargo.toml b/vendor/parking_lot_core/Cargo.toml index 47529ad8d0..a71c849bcb 100644 --- a/vendor/parking_lot_core/Cargo.toml +++ b/vendor/parking_lot_core/Cargo.toml @@ -58,11 +58,3 @@ version = "0.2.8" [target."cfg(unix)".dependencies.libc] version = "0.2.95" -[target."cfg(windows)".dependencies.windows-sys] -version = "0.42.0" -features = [ - "Win32_Foundation", - "Win32_System_LibraryLoader", - "Win32_System_SystemServices", - "Win32_System_WindowsProgramming", -] diff --git a/vendor/pretty_assertions/Cargo.toml b/vendor/pretty_assertions/Cargo.toml index f8370f7c35..7659046623 100644 --- a/vendor/pretty_assertions/Cargo.toml +++ b/vendor/pretty_assertions/Cargo.toml @@ -43,8 +43,3 @@ default = ["std"] std = [] unstable = [] -[target."cfg(windows)".dependencies.ctor] -version = "0.1.9" - -[target."cfg(windows)".dependencies.output_vt100] -version = "0.1.2" diff --git a/vendor/remove_dir_all/Cargo.toml b/vendor/remove_dir_all/Cargo.toml index a847288925..aaf637fbfb 100644 --- a/vendor/remove_dir_all/Cargo.toml +++ b/vendor/remove_dir_all/Cargo.toml @@ -23,6 +23,3 @@ license = "MIT/Apache-2.0" repository = "https://github.com/XAMPPRocky/remove_dir_all.git" [dev-dependencies.doc-comment] version = "0.3" -[target."cfg(windows)".dependencies.winapi] -version = "0.3" -features = ["std", "errhandlingapi", "winerror", "fileapi", "winbase"] diff --git a/vendor/rustix-0.36.5/Cargo.toml b/vendor/rustix-0.36.5/Cargo.toml index ed3e5b6234..9a3f0164e8 100644 --- a/vendor/rustix-0.36.5/Cargo.toml +++ b/vendor/rustix-0.36.5/Cargo.toml @@ -222,15 +222,3 @@ package = "errno" [target."cfg(any(target_os = \"android\", target_os = \"linux\"))".dependencies.once_cell] version = "1.5.2" optional = true - -[target."cfg(windows)".dependencies.windows-sys] -version = "0.42.0" -features = [ - "Win32_Foundation", - "Win32_Networking_WinSock", - "Win32_NetworkManagement_IpHelper", - "Win32_System_Threading", -] - -[target."cfg(windows)".dev-dependencies.ctor] -version = "0.1.21" diff --git a/vendor/rustix/Cargo.toml b/vendor/rustix/Cargo.toml index 6029686a0f..433fc157fc 100644 --- a/vendor/rustix/Cargo.toml +++ b/vendor/rustix/Cargo.toml @@ -233,14 +233,3 @@ package = "errno" version = "1.5.2" optional = true -[target."cfg(windows)".dependencies.windows-sys] -version = "0.45.0" -features = [ - "Win32_Foundation", - "Win32_Networking_WinSock", - "Win32_NetworkManagement_IpHelper", - "Win32_System_Threading", -] - -[target."cfg(windows)".dev-dependencies.ctor] -version = "0.1.21" diff --git a/vendor/same-file/Cargo.toml b/vendor/same-file/Cargo.toml index 4f668208e7..11ef472467 100644 --- a/vendor/same-file/Cargo.toml +++ b/vendor/same-file/Cargo.toml @@ -25,5 +25,3 @@ license = "Unlicense/MIT" repository = "https://github.com/BurntSushi/same-file" [dev-dependencies.doc-comment] version = "0.3" -[target."cfg(windows)".dependencies.winapi-util] -version = "0.1.1" diff --git a/vendor/snapbox/Cargo.toml b/vendor/snapbox/Cargo.toml index 47ddda15f8..99206316a6 100644 --- a/vendor/snapbox/Cargo.toml +++ b/vendor/snapbox/Cargo.toml @@ -154,14 +154,6 @@ optional = true version = "2.3.2" optional = true -[dependencies.winapi] -version = "0.3.9" -features = [ - "consoleapi", - "minwindef", -] -optional = true - [dependencies.yansi] version = "0.5.0" optional = true @@ -171,7 +163,6 @@ cmd = [ "dep:os_pipe", "dep:wait-timeout", "dep:libc", - "dep:winapi", ] color = [ "dep:yansi", diff --git a/vendor/socket2/Cargo.toml b/vendor/socket2/Cargo.toml index 521c43c2c7..10d7e6ed9b 100644 --- a/vendor/socket2/Cargo.toml +++ b/vendor/socket2/Cargo.toml @@ -34,6 +34,3 @@ features = ["all"] all = [] [target."cfg(unix)".dependencies.libc] version = "0.2.96" -[target."cfg(windows)".dependencies.winapi] -version = "0.3.9" -features = ["handleapi", "ws2ipdef", "ws2tcpip"] diff --git a/vendor/stacker/Cargo.toml b/vendor/stacker/Cargo.toml index 160cbc017c..2803347e2d 100644 --- a/vendor/stacker/Cargo.toml +++ b/vendor/stacker/Cargo.toml @@ -44,12 +44,3 @@ version = "0.1.7" [build-dependencies.cc] version = "1.0.2" -[target."cfg(windows)".dependencies.winapi] -version = "0.3.6" -features = [ - "memoryapi", - "winbase", - "fibersapi", - "processthreadsapi", - "minwindef", -] diff --git a/vendor/sysinfo/Cargo.toml b/vendor/sysinfo/Cargo.toml index f8719a4ddd..deb2e40909 100644 --- a/vendor/sysinfo/Cargo.toml +++ b/vendor/sysinfo/Cargo.toml @@ -60,41 +60,3 @@ version = "1.0" [target."cfg(not(any(target_os = \"unknown\", target_arch = \"wasm32\")))".dependencies.libc] version = "^0.2.112" - -[target."cfg(windows)".dependencies.ntapi] -version = "0.4" - -[target."cfg(windows)".dependencies.winapi] -version = "0.3.9" -features = [ - "errhandlingapi", - "fileapi", - "handleapi", - "heapapi", - "ifdef", - "ioapiset", - "minwindef", - "pdh", - "psapi", - "synchapi", - "sysinfoapi", - "winbase", - "winerror", - "winioctl", - "winnt", - "oleauto", - "wbemcli", - "rpcdce", - "combaseapi", - "objidl", - "powerbase", - "netioapi", - "lmcons", - "lmaccess", - "lmapibuf", - "memoryapi", - "ntlsa", - "securitybaseapi", - "shellapi", - "std", -] diff --git a/vendor/tempfile/Cargo.toml b/vendor/tempfile/Cargo.toml index 253f8667b8..6c2efbf10a 100644 --- a/vendor/tempfile/Cargo.toml +++ b/vendor/tempfile/Cargo.toml @@ -38,6 +38,3 @@ nightly = [] version = "0.2.27" [target."cfg(target_os = \"redox\")".dependencies.redox_syscall] version = "0.2.9" -[target."cfg(windows)".dependencies.winapi] -version = "0.3" -features = ["fileapi", "handleapi", "winbase"] diff --git a/vendor/term/Cargo.toml b/vendor/term/Cargo.toml index e89261eda7..ae60eefbbe 100644 --- a/vendor/term/Cargo.toml +++ b/vendor/term/Cargo.toml @@ -31,9 +31,6 @@ default = [] [target."cfg(windows)".dependencies.rustversion] version = "1" -[target."cfg(windows)".dependencies.winapi] -version = "0.3" -features = ["consoleapi", "wincon", "handleapi", "fileapi"] [badges.appveyor] repository = "Stebalien/term" diff --git a/vendor/termcolor/Cargo.toml b/vendor/termcolor/Cargo.toml index dbdb6e8286..825f937f89 100644 --- a/vendor/termcolor/Cargo.toml +++ b/vendor/termcolor/Cargo.toml @@ -36,5 +36,3 @@ bench = false [dev-dependencies] -[target."cfg(windows)".dependencies.winapi-util] -version = "0.1.3" diff --git a/vendor/terminal_size/Cargo.toml b/vendor/terminal_size/Cargo.toml index 8c729460f5..c8a5fec33d 100644 --- a/vendor/terminal_size/Cargo.toml +++ b/vendor/terminal_size/Cargo.toml @@ -30,10 +30,3 @@ repository = "https://github.com/eminence/terminal-size" [target."cfg(not(windows))".dependencies.rustix] version = "0.36.3" features = ["termios"] - -[target."cfg(windows)".dependencies.windows-sys] -version = "0.42.0" -features = [ - "Win32_Foundation", - "Win32_System_Console", -] diff --git a/vendor/termize/Cargo.toml b/vendor/termize/Cargo.toml index d248f4db5e..9bd9f37e65 100644 --- a/vendor/termize/Cargo.toml +++ b/vendor/termize/Cargo.toml @@ -49,8 +49,5 @@ rpath = false [dependencies] [target."cfg(unix)".dependencies.libc] version = "0.2.66" -[target."cfg(windows)".dependencies.winapi] -version = "0.3.8" -features = ["handleapi", "processenv", "wincon", "winbase"] [badges.cirrus-ci] repository = "JohnTitor/termize" diff --git a/vendor/time-0.1.43/Cargo.toml b/vendor/time-0.1.43/Cargo.toml index 51e5ab1d10..982cb4da4d 100644 --- a/vendor/time-0.1.43/Cargo.toml +++ b/vendor/time-0.1.43/Cargo.toml @@ -29,10 +29,3 @@ version = "0.3" optional = true [dev-dependencies.log] version = "0.4" - -[dev-dependencies.winapi] -version = "0.3.0" -features = ["std", "processthreadsapi", "winbase"] -[target."cfg(windows)".dependencies.winapi] -version = "0.3.0" -features = ["std", "minwinbase", "minwindef", "ntdef", "profileapi", "sysinfoapi", "timezoneapi"] diff --git a/vendor/tokio/Cargo.toml b/vendor/tokio/Cargo.toml index 11ec0c0bdb..bf2ad39f46 100644 --- a/vendor/tokio/Cargo.toml +++ b/vendor/tokio/Cargo.toml @@ -95,11 +95,11 @@ full = ["fs", "io-util", "io-std", "macros", "net", "parking_lot", "process", "r io-std = [] io-util = ["memchr", "bytes"] macros = ["tokio-macros"] -net = ["libc", "mio/os-poll", "mio/os-util", "mio/tcp", "mio/udp", "mio/uds", "winapi/namedpipeapi"] -process = ["bytes", "once_cell", "libc", "mio/os-poll", "mio/os-util", "mio/uds", "signal-hook-registry", "winapi/threadpoollegacyapiset"] +net = ["libc", "mio/os-poll", "mio/os-util", "mio/tcp", "mio/udp", "mio/uds"] +process = ["bytes", "once_cell", "libc", "mio/os-poll", "mio/os-util", "mio/uds", "signal-hook-registry"] rt = [] rt-multi-thread = ["num_cpus", "rt"] -signal = ["once_cell", "libc", "mio/os-poll", "mio/uds", "mio/os-util", "signal-hook-registry", "winapi/consoleapi"] +signal = ["once_cell", "libc", "mio/os-poll", "mio/uds", "mio/os-util", "signal-hook-registry"] sync = [] test-util = [] time = [] @@ -123,9 +123,3 @@ version = "0.2.42" [target."cfg(unix)".dev-dependencies.nix] version = "0.22.0" -[target."cfg(windows)".dependencies.winapi] -version = "0.3.8" -optional = true -default-features = false -[target."cfg(windows)".dev-dependencies.ntapi] -version = "0.3.6" diff --git a/vendor/uuid/Cargo.toml b/vendor/uuid/Cargo.toml index 1803f733d4..82ef251f0f 100644 --- a/vendor/uuid/Cargo.toml +++ b/vendor/uuid/Cargo.toml @@ -64,7 +64,7 @@ version = "1.0.56" [features] default = ["std"] -guid = ["winapi"] +guid = [] std = [] stdweb = ["getrandom", "getrandom/js"] v1 = [] @@ -72,9 +72,6 @@ v3 = ["md5"] v4 = ["getrandom"] v5 = ["sha1"] wasm-bindgen = ["getrandom", "getrandom/js"] -[target."cfg(windows)".dependencies.winapi] -version = "0.3" -optional = true [badges.appveyor] repository = "uuid-rs/uuid" diff --git a/vendor/walkdir/Cargo.toml b/vendor/walkdir/Cargo.toml index 49c666254d..5def12beac 100644 --- a/vendor/walkdir/Cargo.toml +++ b/vendor/walkdir/Cargo.toml @@ -28,12 +28,7 @@ repository = "https://github.com/BurntSushi/walkdir" version = "1.0.1" [dev-dependencies.doc-comment] version = "0.3" -[target."cfg(windows)".dependencies.winapi] -version = "0.3" -features = ["std", "winnt"] -[target."cfg(windows)".dependencies.winapi-util] -version = "0.1.1" [badges.appveyor] repository = "BurntSushi/walkdir" diff --git a/vendor/yansi-term/Cargo.toml b/vendor/yansi-term/Cargo.toml index 0317866829..88ce8efcfb 100644 --- a/vendor/yansi-term/Cargo.toml +++ b/vendor/yansi-term/Cargo.toml @@ -36,9 +36,6 @@ version = "1.0" [features] derive_serde_style = ["serde"] -[target."cfg(target_os=\"windows\")".dependencies.winapi] -version = "0.3.4" -features = ["consoleapi", "errhandlingapi", "fileapi", "handleapi", "processenv"] [badges.maintenance] status = "actively-developed"